Extension point configuration
In component org.nuxeo.ecm.core.blob.BlobManager
Documentation
Extension points to register the blob providers.
Contribution Descriptors
- Class: org.nuxeo.ecm.core.blob.BlobProviderDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager"> <blobprovider name="default"> <class>org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager</class> <property name="path">/var/lib/nuxeo/binaries</property> <property name="key"/> </blobprovider> </extension>
-
<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager"> <blobprovider name="googledrive"> <class>org.nuxeo.ecm.liveconnect.google.drive.GoogleDriveBlobProvider</class> <property name="serviceAccountId"/> <property name="serviceAccountP12Path"/> <property name="clientId"/> </blobprovider> </extension>
-
<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager"> <blobprovider name="box"> <class>org.nuxeo.ecm.liveconnect.box.BoxBlobProvider</class> <property name="clientId"/> </blobprovider> </extension>